func go/types.nextID

2 uses

	go/types (current package)
		typeparam.go#L19: func nextID() uint64 { return uint64(lastID.Add(1)) }
		typeparam.go#L46: 	id := nextID()